home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IFolderCell.h < prev    next >
Text File  |  1993-01-12  |  459b  |  28 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/ButtonCell.h>
  5.  
  6. @interface IFolderCell:ButtonCell
  7. {
  8.     BOOL    iLeafFlag;
  9.     id        iAltImage;
  10.     char    *iNewsgroupName;
  11. }
  12.  
  13. - setLeaf:(BOOL)flag;
  14. - (BOOL)isLeaf;
  15.  
  16. //- setNewsgroupName:(char *)groupname;
  17. //- (char *)newsgroupName;
  18. //
  19.  
  20. - (BOOL)windowEntered:dragSource controlView:cView;
  21. - (BOOL)windowExited:dragSource controlView:cView;
  22. - (BOOL)windowDropped:dragSource controlView:cView;
  23.  
  24. //- free;
  25. //
  26.  
  27. @end
  28.